#home_ranking_list{
  height: 738px;
  width: 1190px;
  margin: 0 auto;
  padding: 20px 0;
}
#home_ranking_list .tit h2{
  text-align: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
  margin: 30px 0 34px 0;
}
.ranking_float {
  width:330px;
  padding: 20px;
  height:543px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);
  float: left;
  margin-right: 40px;
}
.ranking_float .ranking_tit{
  color: #333333;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.ranking_brief{

      
}
.ranking_float ul li{
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.ranking_float ul li:nth-child(1) .brief_number{
  background-color: #FE841D;
  color: #fff;
  border: none;
}
.ranking_float ul li:nth-child(2) .brief_number{
  background-color: #FE841D;
  color: #fff;
  border: none;
}
.ranking_float ul li:nth-child(3) .brief_number{
  background-color: #FE841D;
  color: #fff;
  border: none;
}
.ranking_float:nth-child(4){
  margin-right: 0;
}
.ranking_brief .brief_number{
  width:26px;
  height:26px;
  background:#fff;
  border:1px solid #DDDDDD;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  color: #999999;
  float: left;
  margin-left: 15px;
}
.ranking_brief .brief_name{
  float: left;
  line-height: 28px;
  margin-left: 28px;
}
.ranking_brief .brief_index{
  float: right;
  line-height: 28px;
  font-size: 12px;
  color: #999999;
}
.ranking_float ul li .ranking_detail{
  display: none;
}
.ranking_float .active>.ranking_brief{
  display: none;
}
.ranking_float .active>.ranking_detail{
  display: block;
}
.ranking_detail{
  width: 333px;
  height: 60px;
}
.ranking_detail img{
  width:60px;
  height:60px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.ranking_detail .detail_content{
  float: left;
  height: 60px;
  width: 263px;
  position: relative;
}
.ranking_detail .detail_look{
  width:80px;
  height:30px;
  background:rgba(255,255,255,1);
  border-radius:15px;
  border:1px solid rgba(254,132,29,1);
  position: absolute;
  top: 15px;
  right: 0;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.ranking_detail .detail_look a{
  color: #FE841D;
  width:80px;
  height:30px;
}
.ranking_detail .detail_tit{
  color: #333;
  font-size: 16px;
  line-height: 21px;
  margin: 8px 0 7px 0;
}
.ranking_detail .detail_tit span{
  color: #999999;
}
.ranking_detail .detail_index{
  color: #999999;
  font-size: 12px;
}